バージョン

IAggregator<TResult> インターフェース

指定された項目ソースを特定タイプの結果、キャッシュ、および入力値で操作するアグリゲーターを表します。
シンタックス
'宣言
 
Public Interface IAggregator(Of TResult) 
   Inherits IAggregatorIAggregator(Of TResult,TResult,TResult) 
public interface IAggregator<TResult> : IAggregatorIAggregator<TResult,TResult,TResult>  
型パラメータ
TResult
結果、キャッシュ、および入力値のタイプ。
参照